home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / WinXP - Poczatek konca / KeePass 1.09 / KeePass-1.09-Setup.exe / {app} / KeePass.chm / default.css < prev    next >
Cascading Style Sheet File  |  2007-10-12  |  6KB  |  322 lines

  1. /*
  2.     Design Copyright (c) 2003-2007 Dominik Reichl
  3.     Usage not permitted without specific prior written permission.
  4. */
  5.  
  6. body, p, div, h1, h2, h3, h4, h5, h6, ol, ul, li, td, th, dd, dt, a {
  7.     font-family: Verdana, Arial, sans-serif;
  8.     font-size: 13px;
  9.     color: #000000;
  10.     font-weight: normal;
  11. }
  12.  
  13. /* --------------------------------------------------------------------- */
  14.  
  15. body {
  16.     background-color: #FFFFFF;
  17.     background-image: url(./images/back.gif);
  18.     background-repeat: repeat;
  19.     background-attachment: fixed;
  20. }
  21.  
  22. p {
  23.     margin-left: 0px;
  24. }
  25.  
  26. ul {
  27.     /* margin-left: 20px;
  28.     list-style: disc; */
  29. }
  30.  
  31. h1 {
  32.     font-size: 20px;
  33.     font-weight: bold;
  34. }
  35.  
  36. h2 {
  37.     font-size: 18px;
  38.     font-weight: bold;
  39. }
  40.  
  41. h3 {
  42.     font-size: 15px;
  43.     font-weight: bold;
  44. }
  45.  
  46. h4 {
  47.     font-size: 13px;
  48.     font-weight: bold;
  49. }
  50.  
  51. h5 {
  52.     font-size: 12px;
  53.     font-weight: bold;
  54. }
  55.  
  56. h6 {
  57.     font-size: 10px;
  58.     font-weight: normal;
  59. }
  60.  
  61. hr {
  62.     height: 1px;
  63.     display: block;
  64.     color: #000080;
  65.     margin: 0px 0px 0px 0px;
  66.     padding: 0px 0px 0px 0px;
  67. }
  68.  
  69. pre {
  70.     font-family: monospace;
  71.     background-color: #E6E6E6;
  72.     font-size: 11px;
  73.     overflow: auto;
  74.     display: block;
  75. }
  76.  
  77. /* --------------------------------------------------------------------- */
  78.  
  79. a:visited {
  80.     text-decoration: none;
  81.     color: #0000DD;
  82. }
  83.  
  84. a:active {
  85.     text-decoration: none;
  86.     color: #6699FF;
  87. }
  88.  
  89. a:link {
  90.     text-decoration: none;
  91.     color: #0000DD;
  92. }
  93.  
  94. a:hover {
  95.     text-decoration: underline;
  96.     color: #6699FF;
  97. }
  98.  
  99. /* --------------------------------------------------------------------- */
  100.  
  101. div.menubox {
  102.     border: 1px solid #C5C5C5;
  103.     display: block;
  104.     margin: 0px 1px 0px 0px;
  105.     padding: 0px 0px 0px 0px;
  106.     background-color: #FFFFFF;
  107. }
  108.  
  109. div.menubox div.menutitle {
  110.     background-color: #C5C5C5;
  111.     background: url(./images/grad_h_gw.gif) repeat-y;
  112.     display: block;
  113.     font-weight: bold;
  114.     font-size: 10px;
  115.     padding: 1px 1px 1px 6px;
  116.     vertical-align: middle;
  117.     color: #005101;
  118.     white-space: nowrap;
  119. }
  120.  
  121. div.menubox div.menutitlewide {
  122.     background-color: #C5C5C5;
  123.     background: url(./images/grad_h_gw_186.gif) repeat-y;
  124.     display: block;
  125.     font-weight: bold;
  126.     font-size: 10px;
  127.     padding: 1px 1px 1px 6px;
  128.     vertical-align: middle;
  129.     color: #005101;
  130.     white-space: nowrap;
  131. }
  132.  
  133. div.menubox a {
  134.     display: block;
  135.     padding: 1px 1px 1px 1px;
  136.     border-collapse: collapse;
  137.     text-decoration: none;
  138.     font-size: 11px;
  139.     color: #000000;
  140.     vertical-align: middle;
  141.     cursor: hand;
  142. }
  143.  
  144. div.menubox a:visited, div.menubox a:active, div.menubox a:link {
  145.     border: 1px solid #FFFFFF;
  146. }
  147.  
  148. div.menubox a:hover {
  149.     border: 1px solid #0A246A;
  150.     background-color: #B6BDD2;
  151. }
  152.  
  153. /* --------------------------------------------------------------------- */
  154.  
  155. table.tablebox, table.tablebox75 {
  156.     background-color: #AFB5CF;
  157.     margin: 0px 0px 0px 0px;
  158.     padding: 0px 0px 0px 0px;
  159.     border-left: 1px solid #AFB5CF;
  160.     border-right: 0px none;
  161.     border-top-width: 0px;
  162.     border-bottom-width: 0px;
  163.     border-collapse: collapse;
  164. }
  165.  
  166. table.tablebox {
  167.     width: 100%;
  168. }
  169.  
  170. table.tablebox75 {
  171.     width: 75%;
  172.     margin-left: 12.5%;
  173.     margin-right: 12.5%;
  174. }
  175.  
  176. table.tablebox tr th, table.tablebox75 tr th {
  177.     background-color: #EEEEEE;
  178.     font-weight: bold;
  179.     background: url(./images/grad_v_gw.gif) repeat-x top;
  180.     border-bottom: 1px solid #AFB5CF;
  181.     border-left: 0px none;
  182.     border-right: 1px solid #AFB5CF;
  183.     border-top: 1px solid #AFB5CF;
  184.     empty-cells: show;
  185.     padding: 2px 2px 2px 5px;
  186.     white-space: nowrap;
  187. }
  188.  
  189. table.tablebox tr td, table.tablebox75 tr td {
  190.     background-color: #F0F0F0;
  191.     font-weight: normal;
  192.     border-bottom: 1px solid #AFB5CF;
  193.     border-left: 0px none;
  194.     border-right: 1px solid #AFB5CF;
  195.     border-top: 0px none;
  196.     padding: 5px 5px 5px 5px;
  197.     empty-cells: show;
  198. }
  199.  
  200. /* --------------------------------------------------------------------- */
  201.  
  202. img {
  203.     border: 0px none;
  204. }
  205.  
  206. img.singleimg {
  207.     border: 0px none;
  208.     vertical-align: middle;
  209. }
  210.  
  211. /* --------------------------------------------------------------------- */
  212.  
  213. input.sansedit, textarea.fixededit {
  214.     border: 1px solid #C5C5C5;
  215.     padding-top: 1px;
  216. }
  217.  
  218. input.sansedit:hover, input.sansedit:focus, textarea.fixededit:hover, textarea.fixededit:focus {
  219.     border: 1px solid #000000;
  220. }
  221.  
  222. input.sansedit {
  223.     font-family: Verdana, Arial, sans-serif;
  224.     font-size: 13px;
  225. }
  226.  
  227. textarea.fixededit {
  228.     font-family: monospace;
  229.     display: block;
  230. }
  231.  
  232. /* --------------------------------------------------------------------- */
  233.  
  234. div.tooltipex {
  235.     position: absolute;
  236.     display: none;
  237.     background-color: #FFFFE0;
  238.     padding: 1px 1px 1px 1px;
  239.     filter: alpha(opacity=90);
  240.     opacity: 0.9;
  241.     -moz-opacity: 0.9;
  242.     border: 1px solid #000000;
  243. }
  244.  
  245. /* --------------------------------------------------------------------- */
  246.  
  247. div.specificbox {
  248.     border: 1px dashed #808080;
  249.     display: block;
  250.     background-color: #EEF0FF;
  251.     padding-top: 1px;
  252.     padding-left: 2px;
  253.     padding-right: 2px;
  254.     padding-bottom: 2px;
  255. }
  256.  
  257. div.specificbox div.specifictitle {
  258.     font-size: 10px;
  259.     font-weight: bold;
  260.     border-left: 0px none;
  261.     border-right: 0px none;
  262.     border-bottom: thin dotted #808080;
  263.     border-top: 0px none;
  264.     text-align: left;
  265.     margin-bottom: 3px;
  266. }
  267.  
  268. /* --------------------------------------------------------------------- */
  269.  
  270. table.sectionsummary {
  271.     width: 100%;
  272.     border: thin dashed #808080;
  273.     background-color: #F0F8FF;
  274.     margin: 0px 0px 0px 0px;
  275.     padding: 0px 0px 0px 0px;
  276. }
  277.  
  278. table.sectionsummary tr td {
  279.     border: 0px;
  280.     vertical-align: middle;
  281.     font-size: 10px;
  282.     font-weight: normal;
  283.     margin: 0px 0px 0px 0px;
  284.     padding: 0px 0px 0px 0px;
  285.     border-collapse: collapse;
  286. }
  287.  
  288. table.sectionsummary tr td h1 {
  289.     display: inline;
  290.     font-size: 20px;
  291.     font-weight: normal;
  292. }
  293.  
  294. /* --------------------------------------------------------------------- */
  295.  
  296. h2.sectiontitle {
  297.     display: block;
  298.     font-size: 13px;
  299.     font-weight: bold;
  300.     color: #000000;
  301.     background: url(./images/grad_v_dlb_tall_light.png) repeat-x top;
  302.     border: 1px solid #AFB5CF;
  303.     color: #005101;
  304.     min-height: 19px;
  305.     vertical-align: middle;
  306.     margin: 0px 0px 0px 0px;
  307.     padding: 2px 0px 0px 6px;
  308. }
  309.  
  310. /* --------------------------------------------------------------------- */
  311.  
  312. td.helptopheader {
  313.     background-image: url(./help/images/b32x68_headerbg.png);
  314.     background-repeat: repeat-x;
  315. }
  316.  
  317. /* --------------------------------------------------------------------- */
  318.  
  319. p.pagebreak {
  320.     page-break-after: always;
  321. }
  322.